lcColorIsRGB
Home
Determines if the color string represent RGB color or index in color palette.
BOOL
lcColorIsRGB
(
LPCWSTR
szColor
);
Parameters
szColor
Color value as string.
Return Value
TRUE if the color is RGB,
FALSE if the color is index.